get template part wordpress

82

<?php get_template_part( 'partials/content', 'page' ); ?>
// You wish to make $my_var available to the template part at `content-part.php`
set_query_var( 'my_var', $my_var );
get_template_part( 'content', 'part' );

Comments

Submit
0 Comments